home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / shoot.swf / scripts / DefineButton2_67 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2008-09-26  |  52 b   |  5 lines

  1. on(press){
  2.    gotoAndStop("Play");
  3.    play();
  4. }
  5.